; * doc/emacs/custom.texi (Init File): Mention "M-x customize".
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Jul 2025 09:01:05 +0000 (12:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Jul 2025 09:01:05 +0000 (12:01 +0300)
doc/emacs/custom.texi

index 6a3e9d899dc06802b608b41aa224ab7c717fc289..beb2faf7b65ef038803710dd8aa2e1b5a71f7d04 100644 (file)
@@ -2486,8 +2486,12 @@ as a function from Lisp programs.
 @c When updating this, also update ``Setting up a customization file''
 @c in efaq.texi.
   When Emacs is started, it normally tries to load a Lisp program from
-an @dfn{initialization file}, or @dfn{init file} for short.  This
-file, if it exists, specifies how to initialize Emacs for you.
+an @dfn{initialization file}, or @dfn{init file} for short.  This file,
+if it exists, specifies how to initialize Emacs for you and how to
+customize its various optional features.  The customizations you make by
+using @w{@kbd{M-x customize}} (@pxref{Easy Customization}) are also by
+default saved in the init file (@pxref{Saving Customizations}).
+
 Traditionally, file @file{~/.emacs} is used as the init file, although
 Emacs also looks at @file{~/.emacs.el}, @file{~/.emacs.d/init.el},
 @file{~/.config/emacs/init.el}, or other locations.  @xref{Find Init}.